MouseWheelEnabled property 

Description: Allows scrolling of the contents of ALLText via the mouse wheel. This is a new feature added to ALLText for users with Extended Feature support License. By setting the MouseWheelEnabled property users can now control the function of the Mouse Wheel (ATX45.ocx v.1.64 12/19/02 or newer). 

Access: 

              Read   Write 
Design time    +       +
Run time       +       +

Syntax: 

	ALLText.MouseWheelEnabled = n%

DataType: Integer 

Values: 

	-1 - scroll one page at a time. Distance of scrolling corresponds to the size of              the control window. It is similar to pressing PgDn (or PgUp).

	 0 - do not respond to MouseWheel.
	>0 - scroll this distance in pixels.

Remarks: By default the MouseWheelEnabled property is set to zero (disabled).
 